From: Lars Magne Ingebrigtsen Date: Fri, 15 Jul 2011 15:14:46 +0000 (+0200) Subject: (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~2810 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=9906c8170b299f01071873d1e0395131d2ee623a;p=emacs.git (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ddc7a80ab3a..abccdb42429 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -3,6 +3,7 @@ * info.el (Info-beginning-of-buffer): New command. (Info-mode-map): Use it instead of `beginning-of-buffer' to allow announcing `b' as the key (bug#8325). + (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency. * emacs-lisp/cl-macs.el (declare): Doc string fix-up. diff --git a/lisp/info.el b/lisp/info.el index 638227dd30c..afe7e858fd7 100644 --- a/lisp/info.el +++ b/lisp/info.el @@ -3731,7 +3731,7 @@ If FORK is non-nil, it is passed to `Info-goto-node'." :help "Go backward one node, considering all as a sequence"] ["Forward" Info-forward-node :help "Go forward one node, considering all as a sequence"] - ["Beginning" beginning-of-buffer + ["Beginning" Info-beginning-of-buffer :help "Go to beginning of this node"] ["Top" Info-top-node :help "Go to top node of file"]